Migrate a Report
Overview
The API Comparison table highlights the main actions and API methods for creating, scheduling, and executing a Report. Select an endpoint from IQM or DV360 to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.
API Comparison
Base URLs
IQM: https://app.iqm.com
DV360: https://doubleclickbidmanager.googleapis.com
Action | IQM Endpoint | DV360 Endpoint | Notes |
---|---|---|---|
Get Report by ID | /api/v3/ra/report/{reportId} | /v2/queries/{queryId} | |
Get a List of Reports | /api/v3/ra/reports/list | /v2/queries | |
Create a Report | /api/v3/ra/report/add | /v2/queries | |
Schedule a Report | /api/v3/ra/report/email/schedule | /v2/queries | DV360 uses the schedule object when creating a report to determine its scheduling. |
Execute a Report | /api/v3/ra/report/execute | /v2/queries/{queryId}:run | |
Download a Report | /api/v3/ra/report/download | /v2/queries/{queryId}/reports/{reportId} | DV360 generates a download path in a report's metadata object. |
More Reports Resources
IQM:
DV360: